Docs

Get Collaborator Crew

GET /collaborators/{collaboratorId}/crew

GET/collaborators/{collaboratorId}/crew

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Returns all crew members for a specific collaborator, along with the full attribute definitions (including options and defaults) configured for that collaborator.

Path Parameters

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.

Response

FieldTypeDescription
crewCrewMember[]Crew members belonging to this collaborator.
crew[].idGuidCrew member ID.
crew[].firstNamestringFirst name.
crew[].lastNamestringLast name.
crew[].emailstringEmail address.
crew[].phoneNumberstringPhone number.
crew[].titlestringJob title.
crew[].isPointOfContactboolWhether this person is a primary contact.
crew[].connectedUserobject| nullLinked user account (`{ id, status }`), or `null`.
crew[].attributesAttribute[]Attribute values for this crew member.
crew[].attributes[].idGuidAttribute definition ID.
crew[].attributes[].isRequiredboolWhether required.
crew[].attributes[].isCrewEditableboolWhether the crew member can edit this value.
crew[].attributes[].isCrewVisibleboolWhether the crew member can see this attribute.
crew[].attributes[].valuestringThe value.
attributesInfoAttributeInfo[]Attribute definitions for this collaborator.
attributesInfo[].idGuidAttribute definition ID.
attributesInfo[].namestringAttribute display name.
attributesInfo[].typestringData type.
attributesInfo[].optionsstring[]Allowed values for select-type attributes.
attributesInfo[].isCollaboratorDefaultboolWhether this attribute is a collaborator-level default.