Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Region ID
Registry ID
Body
application/json
Set of users
Examples:
[
{
"duration": -1,
"name": "user1",
"read_only": false
}
]
Response
List of created users
User creation date-time
Examples:
"2024-06-18T09:36:53.335000Z"
User account operating time, days
Examples:
14
User operation end date-time
Examples:
"2024-06-18T09:36:53.335000Z"
User ID
Examples:
1
User name
Examples:
"user1"
Read-only user
Examples:
false
User secret