SessionRoleIdentity
A single role identity assigned to the current session's account.
type SessionRoleIdentity {
id: String
name: String
isSystem: Boolean
}
Fields
SessionRoleIdentity.id ● String scalar
Role id.
SessionRoleIdentity.name ● String scalar
Human-readable role name.
SessionRoleIdentity.isSystem ● Boolean scalar
True for built-in system roles (e.g. Workspace Admin), false for custom roles.
Member Of
CurrentSessionPermissions object