type UpdateMemberResponse { userId: String! roleIDs: [String] scopes: String }
userId String!
String!
user ID
roleIDs [String]
[String]
list of roles assigned for the user
scopes String
String
list of scopes assigned for the user as string
<~> updateMember
Last updated 1 year ago