Skip to main content

Update an enterprise authorization

PATCH 

/nevisidm/api/core/v1/:clientExtId/profiles/:profileExtId/eauthorizations/:extId

Since: 2.75.2, 2.76.0

Required permission(s): AccessControl.ProfileModify

Partially updates the enterprise authorization with the given external ID for the specified profile and client. Only provided fields will be updated.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    profileExtId stringrequired

    External ID of the profile.

    Example: profile-123
    extId stringrequired

    External ID of the enterprise authorization to update.

    Example: eauth-123

Body

required
    validity object

    Describes the validity period of the authorization.

    from string

    Start date of the entity's validity in ISO format.

    to string

    End date of the entity's validity in ISO format.

    version int32

    Version used for optimistic locking.

Responses

Enterprise authorization updated successfully

Schema
    created string

    Creation date of the entity.

    lastModified string

    Date when the entity was last modified.

    version int32

    Version used for optimistic locking.

    extId string

    The external ID of the enterprise authorization.

    enterpriseRoleExtId string

    The external ID of the enterprise role.

    validity object

    Describes the validity period of the authorization.

    from string

    Start date of the entity's validity in ISO format.

    to string

    End date of the entity's validity in ISO format.

Loading...