apiKey_create

POST /users/{uid}/apikeys

Creates an API Key for the specified user.

Note

No request body is required in HTTP POST, as the internal platform will automatically generate a new api key pair.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: api_key_access

URI Parameters

  • uid (required): the user name (login name) of the user

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/apikeys" -X POST \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"