latestOpenAPI 3.0.02026-08-08190133305.8 KB

109c0537cf77

ApiAccount

Creates an API user for a given account ID. The username of the created user will be returned as the result of this call.

This method may only be called on an account with no existing API users configured using the rate limiting scheme referenced in the request indicated with IsTieredRateLimitedApiUser e.g. flat or tiered rate limiting.

post/v2/accounts/{accountId}/api-users

Path parameters

accountIdinteger required

Request body

emailstring nullable
passwordstring required
isTransactionalEmailUserboolean
isTieredRateLimitedApiUserboolean
descriptionstring nullable

Response

emailstring nullable
passwordstring required
isTransactionalEmailUserboolean
isTieredRateLimitedApiUserboolean
descriptionstring nullable