User resource
Site users management - Get user module permission
OVERVIEW
Use this method to get module permissions for a user
Request URL
GET /api/3/sites/{siteid}/users/{userid}/modulepermissions
Request parameters
Parameter | Value | Description |
---|---|---|
siteid | integer | The ID of the site. The siteid can be obtained by calling the get site list API. |
userid | integer | The ID of the site user. The userid can be obtained by calling the get all site users API. |
Response Body
The response body contains module permissions object.
Last Updated: Jun 09,2023
Comments
0 Comments