Security
Regenerate a user's API token
POST
/
v1
/
users
/
{userId}
/
regenerate-api-token
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
userId
string
requiredBody
application/json ยท object
The body is of type object
.
Response
200 - application/json
The response is of type object
.