v1
latestOpenAPI 3.0.32026-08-06138294578.6 KBUsers
Create Partner User API Key
Issues a new API key for the specified user.
🚧 The API key value is only included in the response at creation time and cannot be retrieved again. Store it securely immediately after creation.
post/api/organizations/{org_id}/users/{id}/keys
Path parameters
org_idstring uuid required
Unique identifier of the organization the user belongs to.
Example:248df4b7-aa70-47b8-a036-33ac447e668d
Unique identifier of the organization the user belongs to.
idstring uuid required
Unique identifier of the user the key will be issued for.
Example:248df4b7-aa70-47b8-a036-33ac447e668d
Unique identifier of the user the key will be issued for.
Query parameters
forceboolean
If true, revoke any existing API key for the user before creating a new one.
Example:true
If true, revoke any existing API key for the user before creating a new one.
Headers
X-Polytomic-Versionstring
Response
OK