List My ZITADEL Permissions
POST/permissions/zitadel/me/_search
Returns a list of permissions the authenticated user has in ZITADEL based on the manager roles the user has. (e.g: ORG_OWNER = org.read, org.write, ...).
Responses​
- 200
 - default
 
A successful response.
- application/json
 - application/grpc
 - application/grpc-web+proto
 
- Schema
 - Example (from schema)
 
Schema
result string[]
{
  "result": [
    "org.read",
    "org.write"
  ]
}
- Schema
 - Example (from schema)
 
Schema
result string[]
{
  "result": [
    "org.read",
    "org.write"
  ]
}
- Schema
 - Example (from schema)
 
Schema
result string[]
{
  "result": [
    "org.read",
    "org.write"
  ]
}
An unexpected error response.
- application/json
 - application/grpc
 - application/grpc-web+proto
 
- Schema
 - Example (from schema)
 
Schema
Array [
]
code int32
message string
details
object[]
@type string
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}
- Schema
 - Example (from schema)
 
Schema
Array [
]
code int32
message string
details
object[]
@type string
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}
- Schema
 - Example (from schema)
 
Schema
Array [
]
code int32
message string
details
object[]
@type string
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}
Loading...