Enable or disable an API key for a given user, in a given organization. See Using Global API Keys for more information on permission and scope requirements.
Successful Operation
Invalid Request
Invalid Request
{- "is_enabled": true
}
{- "results": [
- {
- "id": 98765,
- "name": "Jane",
- "is_enabled": true,
- "expires_at": null,
- "created_at": "2023-04-20T15:46:56+0000",
- "user": {
- "id": 65432,
- "firstname": "Jane",
- "lastname": "Doe",
- "email": "jane.doe@example.com"
}
}
], - "size": 1
}