PagedResponseOfTeamMember
Paginated response with cursor-based pagination.
- dataType: array object[] · TeamMember[]required
The list of data items for this page.
A member of a team. Returned only to callers with an active membership in the same team.
- idType: stringrequired
Opaque membership identifier.
- joinedType: stringFormat: date-time
Utc requiredUTC timestamp at which the member joined or was invited.
- roleType: stringrequired
Role within the team:
adminormember. - statusType: stringrequired
Membership status:
activeorpending. - userType: object · UserSummaryrequired
User details for this member. Email and phone are surfaced for confirmed contact channels only — they may be omitted for teammates who haven't verified that channel.
- jobType: null | string
Title Member's job title within the team.
- pageType: object · PageInforequired
Pagination metadata.
- hasType: boolean
More requiredTrue if there are more results available after this page.
- pageType: integer | string
Size Pattern: ^-?(?:0|[1-9]\d*)$Format: int32requiredNumber of items requested per page.
- nextType: null | string
Cursor Opaque cursor string to fetch the next page of results. Null if there are no more results.