We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Retrieve a list of permissions for a user.
Authorization is required and can specify only 'me' (or user's own user ID) except for a super user.
This method accepts GET only.
GET https://your-host/your-mt-api.cgi/v1/users/{user_id}/permissions
Do not supply a request body.
If successful, this method will return an Permissions resource as the response body.