Skip to main content

List project members

GET /v1/projects/me/members
devhttps://api.sandbox.ovok.com

Members of the caller’s current project, including pending invites (users who have not completed their first sign-in).

Responses

CodeDescription
200Success.
400The request could not be operated by the server.
401The resource owner or authorization server denied the request.
404The requested resource could not be found.
422The request could not be validated by the server.
500The server encountered an unexpected condition. Please try again later.

200MembersListResponseDto (application/json)

Team members on the caller’s current project, including pending invites (users who have not completed their first sign-in).

Array of object:

  • id: string (required) — ProjectMembership resource id.
  • email: string (required)
  • displayName: string (required)
  • firstName: string (required)
  • lastName: string (required)
  • admin: boolean (required)
  • profileType: string (required)
  • profileId: string (required)
  • pending: boolean (required) — True when the user has never completed the invite (no password set yet).
  • invitedAt: string (required) — ISO-8601 timestamp of the invite, or null when not known.