POST
/v1/mgmt/accesskey/create
Create an access key, using a valid management key.
This API endpoint allows administrators to create an access key.
During the creation of the access key, you can set the name, expiration time, roles and tenant:role pairs to associated with the key.
Next Steps
Once you have the access key, you can utilize it to configure external items such as SCIM, or use it to exchange for a JWT.
See also
- See Access Key Management for further details on managing access keys.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
AuthorizationRequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
namestring
expireTimestring
roleNamesarray<string>
keyTenantsarray<object>
userIdstring
customClaimsobject
descriptionstring
permittedIpsarray<string>
| Status code | Description |
|---|---|
200 | OK |
Was this helpful?