Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.dispersed.com/v1/users/me
{ "email": "jsmith@example.com", "email_verified": true, "roles": [ "<string>" ], "permissions": [ "<string>" ], "object": "user", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "uuid": "<string>", "last_login": "2023-11-07T05:31:56Z", "name": "<string>", "given_name": "<string>", "family_name": "<string>", "preferred_username": "<string>", "picture": "<string>", "operator": { "is_active": true, "wallet_address": "<string>" }, "consumer": { "is_active": true, "billing_enabled": true } }
Current user details
user
Show child attributes