Skip to content

$Delegation

$Delegation provides methods to manage delegations between users.

1
const $Delegation;

Capabilities

Delegation Management

  • Delegation.Add: Adds a new delegation from one identity to another and returns the ID of the delegation.
  • Delegation.Delete: Removes the delegation with the specified ID.
  • Delegation.List: Returns a list of delegations for a specific user.