User-management (Section)#

Path: /processing/authorization-managers/authorization-manager{id}/self-service/graphql/user-management

The authorization configuration for the User Management API. If absent, no access to this API is allowed.

Parameters#

NameTypeRequiredDefaultDescription
allowed-mutation-operationsmulti-value, enumerationoptionalThe list with the allowed mutation operations for the User Management API. Can be empty.
allowed-query-operationsmulti-value, enumerationoptionalThe list with the allowed query operations for the User Management API. Cannot be empty.

Subsections#

NameTypeDescription
allowed-account-read-attributes SectionThe list with the allowed account attributes that can be read. If absent, a default list will be used. See product documentation.
allowed-account-update-fields SectionThe list with the allowed account fields that can be mutable. If absent, a default list will be used. See product documentation.
allowed-delete-device-categories SectionThe list of device categories that are allowed to be deleted. If empty, all categories are allowed to be deleted.
allowed-read-device-categories SectionThe list of device categories that are allowed to be read. If empty, all categories are allowed to be read.

Was this helpful?