API
User Identity
Overview
The /v1/meta/users/me
endpoint is designed to retrieve the current authenticated user’s information.
Authentication
To access all these endpoint, the request must include a valid form of Authentication through one of the available Authentication Modes. All examples below use the Bearer Token Authentication Mode to demonstrate their usage but in some cases it might be simpler to use the Cookie Authentication Mode. The Authentication used should be of the end-user whose information is to be worked with.
Get User Info
Example Request
Example Response
Update User’s Name
To set the users first name and last name, either for the first time after signup or to update, make a request to the /v1/users/me/name
endpoint of your project URL.