cURL
curl --request PUT \ --url https://api.reqlick.com/users/information \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "firstName": "<string>", "lastName": "<string>" }'
{ "error": true }
Update a user information for the authenticated workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User information updated successfully
The response is of type object.
object