Update user
UpdateUser
Updates the user object. Not all fields are updatable, as some of this information is provided by the external identity provider that is configured for this project.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
A user represents someone that wants to identify themselves within the Motto Content Delivery API.
Important: not to be confused with Account
which is an account of the Motto Studio API.
The project to which this user belongs.
Email address.
Family name
Given name
Phone number.
Profile picture URL.
Role of the user.
ROLE_UNSPECIFIED
, ROLE_DEFAULT
, ROLE_TESTER
, ROLE_VIP
Response
A user represents someone that wants to identify themselves within the Motto Content Delivery API.
Important: not to be confused with Account
which is an account of the Motto Studio API.