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
Show child attributes
Unique identifier of the user account
Unique identifier of the user account - same as ID - temporary
Additional metadata about the user
User profile information
When the user was added to the project