Get your own user profile
GET<your-unleash-url>/api/admin/user/profile
Detailed information about the current user root role and project membership
Responses
- 200
- 401
profileSchema
Authorization information is missing or invalid. Provide a valid API token as the authorization
header, e.g. authorization:*.*.my-admin-token
.
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '<your-unleash-url>/api/admin/user/profile' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
ResponseClear