Skip to content

Fetch Access Policies Assigned to User

GET
/api/v1/developer/users/{id}/access_policies

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Query Parameters

only_user_policies
Type
boolean

Responses

Access policies retrieved successfully

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"name": "string",
  
  
  
"resources": [
  
  
  
  
{
  
  
  
  
  
"id": "string",
  
  
  
  
  
"type": "string"
  
  
  
  
}
  
  
  
],
  
  
  
"schedule_id": "string"
  
  
}
  
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI