ZITADEL Docs
APIsCore ResourcesV2Feature

GetUserFeatures

Get User Features

Returns all configured features for a user. Unset fields mean the feature is the current organization default.

Required permissions:

  • user.feature.read
  • no permission required for the own user
GET
/v2/features/user/{user_id}

Path Parameters

user_id*string

Query Parameters

inheritance?boolean

Response Body

application/json

application/json

curl -X GET "https://loading/v2/features/user/string"
{
  "details": {
    "sequence": 0,
    "changeDate": "1s",
    "resourceOwner": "string",
    "creationDate": "1s"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?