updateMemberResponse

Examples

type UpdateMemberResponse {
  userId: String!
  roleIDs: [String]
  scopes: String
}

Fields

Field
Description
Supported fields

userId String!

user ID

roleIDs [String]

list of roles assigned for the user

scopes String

list of scopes assigned for the user as string

References

Mutations using this object:

Last updated