Management APIs
cURL
curl --request GET \ --url https://api.basic.tech/project/{id}/user/ \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "user_did": "<string>", "pds_url": "<string>", "status": "<string>", "meta": {}, "profile": {}, "last_seen_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ] }
Retrieves all connected users for the project
JWT Authorization Token header using the Bearer scheme
Project ID
Default Response
Show child attributes