For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get an organization member by its ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
userIdstringRequired

The unique ID of the User

Responses
200

OK

application/json
objectstring · enumRequired

Type of Object, always equals to "member"

Possible values:
idstringRequired

Unique identifier for the user.

rolestring · enum · nullableRequired

The role of a member in an organization, null for guests

Possible values:
disabledbooleanRequired

Whatever the membership of this user is disabled and prevent them from accessing content.

joinedAtstring · date-timeRequired

Date at which the user joined the organization.

lastSeenAtstring · date-timeOptional

Date at which the user was last seen active in the organization.

ssobooleanRequired

Whether the user can login with SSO.

spacesnumberRequired
teamsnumberRequired
sitesnumberRequired
get/orgs/{organizationId}/members/{userId}
200

OK

Last updated

Was this helpful?

Powered by GitBook