Management APIs
cURL
curl --request GET \ --url https://api.basic.tech/project/{id}/user/{user_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "name": "<string>", "email": "<string>", "role": "<string>", "created_at": "2023-11-07T05:31:56Z" } }
Retrieves details for a specific user in the project
JWT Authorization Token header using the Bearer scheme
Project ID
User ID
User details retrieved successfully