Skip to main content

Get User Features

GET 

/v2/features/user/:userId

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

Request​

Path Parameters

    userId stringrequired

Query Parameters

    inheritance boolean

    Inherit unset features from the resource owners. This option is recursive: if the flag is set, the resource's ancestors are consulted up to system defaults. If this option is disabled and the feature is not set on the user, it will be ommitted from the response or Not Found is returned when the user has no features flags at all.

Responses​

OK

Schema

    details

    object

    sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    resourceOwner resource_owner is the organization or instance_id an object belongs to (string)
    creationDate date-time
Loading...