Python
Registry
Batch create registry users
Create multiple users for accessing the container registry in a single request.
POST
Python
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
Example:
[
{
"duration": -1,
"name": "user1",
"read_only": false
}
]Response
List of created users
User creation date-time
Example:
"2024-06-18T09:36:53.335000Z"
User account operating time, days
Example:
14
User operation end date-time
Example:
"2024-06-18T09:36:53.335000Z"
User ID
Example:
1
User name
Example:
"user1"
Read-only user
Example:
false
User secret