member

Represents a user who is a member of an organization, including their profile information and assigned roles.

Examples

type Member {
  user_id: String
  picture: String
  name: String
  email: String
  roles: [Role]
  scopes: String
}

Fields

Field
Description
Supported fields

user_id String

Unique identifier of the user

picture String

URL to the user's profile picture

name String

Full display name of the user

email String

Email address of the user

roles [Role]

List of roles assigned to this user within the organization

id String name String description String

scopes String

Permission scopes assigned to this user within the organization

References

Queries using this object:

Last updated