Fetch Access Policies Assigned to User
GET
/api/v1/developer/users/{id}/access_policies
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Type
Requiredstring
Example
"550e8400-e29b-41d4-a716-446655440000"Query Parameters
only_user_policies
Type
boolean
Example
falseResponses
Access policies retrieved successfully
application/json
JSON "code": "string", "msg": "string", "data": [ { "id": "string", "name": "string", "resources": [ { "id": "string", "type": "string" } ], "schedule_id": "string" } ]
{
}