Skip to main content
Identities

Enable an identity

Enable a Forward Identity.

POST /api/v1/forward/identities/{identity_id}/enable

Headers

HeaderRequiredDescription
AuthorizationYesBearer <PAT or SAT>

Path parameters

ParameterTypeRequiredDescription
identity_idstringYesForward Identity ID.

Example response

HTTP 200 OK
{
  "id": "idn_019eabc123",
  "enabled": true
}

Response fields

FieldTypeDescription
idstringIdentity ID.
enabledbooleanState after the operation. Always true.

Errors

HTTPTypeCodeTrigger
401authentication_errorauthentication_requiredThe PAT or SAT is invalid, expired, or missing.
404not_found_error-The Identity does not exist or is not visible to the caller.
409conflict_errorADMIN_IDENTITY_READ_ONLYThe target is the Admin Identity.