ZITADEL Docs
APIsCore ResourcesV2Feature

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

curl -X GET "https://loading/v2/features/user/string"
{
  "details": {
    "sequence": 0,
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string",
    "creationDate": "2023-01-15T01:30:15.01Z"
  }
}

Was this page helpful?