Skip to main content

Returns the list of permissions for the user

GET 

<your-unleash-url>/api/admin/user-admin/:id/permissions

Gets a list of permissions for a user, additional project and environment can be specified.

Request

Path Parameters

    id integerrequired

    a user id

Query Parameters

    project string
    environment string

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/user-admin/:id/permissions' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!