The /v1/meta/users/me
endpoint is designed to retrieve the current authenticated user’s information.
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.
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.
The /v1/meta/users/me
endpoint is designed to retrieve the current authenticated user’s information.
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.
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.