Users
Retrieve and manage user information and profiles.
Attributes
objectstring · enumRequiredPossible values:
Type of Object, always equals to "user"
idstringRequired
Unique identifier for the user
displayNamestringRequired
Full name for the user
emailstringOptional
Email address of the user
photoURLstringOptional
URL of the user's profile picture
The User object
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
userIdstringRequired
The unique ID of the User
Body
displayNamestring · min: 1 · max: 64Optional
Full name for the user
photoURLstring · uri · max: 2048Optional
Responses
200
The user has been updated
application/json
404
User not found
application/json
patch
/users/{userId}Last updated
Was this helpful?