Management APIs
cURL
curl --request PATCH \ --url https://api.basic.tech/project/{id}/user/{user_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "meta": {} }'
{ "message": "<string>" }
Updates the details of a specific user in the project
JWT Authorization Token header using the Bearer scheme
User details updated successfully