pub async fn activate_identity(
__arg0: State<App>,
tn_id: TnId,
__arg2: OptionalRequestId,
__arg3: Json<ActivateIdentityRequest>,
) -> ClResult<(StatusCode, Json<ApiResponse<IdentityResponse>>)>Expand description
POST /api/idp/activate - Activate an identity using a ref token
This endpoint activates a pending identity by consuming an activation ref. After activation:
- Identity status changes from Pending to Active
- Registrar loses control (only owner can manage)