member
Last updated
Represents a user who is a member of an organization, including their profile information and assigned roles.
type Member {
user_id: String
picture: String
name: String
email: String
roles: [Role]
scopes: String
}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
displayName String
scopes String
Permission scopes assigned to this user within the organization
Last updated
