People and groups
Set member role
SetMemberRole makes somebody an Admin, or stops them being one.
Path Parameters
memberUid*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://example.com/api/v1/members/string/role" \ -H "Content-Type: application/json" \ -d '{}'{ "member": { "uid": "string", "name": "string", "email": "string", "role": "ROLE_UNSPECIFIED", "mustChangePassword": true, "createdAt": "string", "lastSignedInAt": "string" }}Set group members
SetGroupMembers replaces who is in a Group. Admins only. Removing someone takes away the Lists they reached through it, and nothing else.
Update own profile
UpdateOwnProfile changes the signed-in Member's own name and email. Their own, and only their own. An Admin who wants somebody else's name changed asks them: an account is a person, and Nooks does not let one person edit another.