Create a generic credential
POST/nevisidm/api/core/v1/:clientExtId/users/:userExtId/generic-credentials
Since: 2.73.0
Required permission(s): AccessControl.CredentialCreate,AccessControl.CredentialView,AccessControl.CredentialModify,AccessControl.PropertyView,AccessControl.PropertyValueView,AccessControl.PropertyAllowedValueView,AccessControl.PropertyValueCreate,AccessControl.PropertyValueDelete,AccessControl.PropertyValueModify or SelfAdmin Role
Creates a new generic credential for the specified user. The identification field is mandatory. Custom properties can be set in the same call, but note that this does not create new property definitions, only property values.
Supports self-admin mode with JWT token validation. In self-admin mode, the validity field must not be provided.
Request
Responses
- 201
- 403
- 404
- 422
Generic credential created successfully
Response Headers
URL of the created resource
Insufficient permissions
Referenced resource not found
Invalid request parameters