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.

Authentication

AuthorizationBearer
Bearer partner API key

Path parameters

org_idstringRequiredformat: "uuid"
Unique identifier of the organization the user belongs to.
idstringRequiredformat: "uuid"
Unique identifier of the user the key will be issued for.

Headers

X-Polytomic-VersionstringRequired

Query parameters

forcebooleanOptional
If true, revoke any existing API key for the user before creating a new one.

Response

OK
dataobject

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error