Get user permissions
GET
/user-permissions/{userId}
Permissions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://transactions.srblabs.io/api/v1/user-permissions/'
Response Response Example
200 - Example 1
{
"permissions": [
{
"action": "read",
"description": "string",
"id": "string",
"is_system": true,
"name": "string",
"resource_type": "wallet"
}
],
"user_id": "string"
}
Request
Path Params
userId
string
required
Responses
Modified at 2025-04-30 01:06:55