Management APIs
cURL
curl --request GET \ --url https://api.basic.tech/project/{id}/user/ \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "account_id": "<string>", "meta": {}, "profile": {}, "created_at": "2023-11-07T05:31:56Z" } ] }
Retrieves all users associated with the project, including their metadata and profiles
JWT Authorization Token header using the Bearer scheme
Unique identifier of the project
List of project users