v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
User

Set Expiring User Delegation Binding By Admin

Set or update an expiring delegation binding for a user, allowing an admin to designate a temporary delegate.

post/api/v1/users/{user_id}/set-delegation-by-admin

Path parameters

user_idstring required

The ID of the user whose tasks will be delegated.

Request body

delegatedUserIdstring

The ID of the user who will act as delegate. Empty string removes the delegation.

delegationExpireAtstring date-time
delegationStartAtstring date-time

Response

SetExpiringUserDelegationBindingByAdminResponse is the response containing the created or updated delegation binding.