Skip to main content

nexigon_api.projects.QueryProjectMembersOutput

Output of querying the members of a project.

users object[]required
  • Array [
  • userIdnexigon_api.users.UserId (string)required

    Unique ID of a user.

    displayNamestring
    emailstringrequired
    isOwnerbooleanrequired
  • ]
  • nexigon_api.projects.QueryProjectMembersOutput
    {
    "users": [
    {
    "userId": "string",
    "displayName": "string",
    "email": "string",
    "isOwner": true
    }
    ]
    }