Restore a soft-deleted organization member.
POST/v1/organizations/{organization_id}/users/{user_id}/restore
organization_id string required
Organization ID
user_id string required
User ID (usr_...) or OrganizationUser ID (orgusr_...) of the member to restore
Returns 204 No Content on success.
- Creates an audit log entry
- Member must be soft-deleted
Requires Admin or Owner role.
Bash
- Bash
- Python
- JavaScript
curl -X POST https://api.aitronos.com/v1/organizations/org_abc123/users/usr_xyz789/restore \
-H "X-API-Key: $FREDDY_API_KEY"Response:
(empty response body)