Create User
POST
/enum.api.v1.ObjectStorageUserService/CreateObjectStorageUser
Creates an object storage user with an initial access key
Request Body required
Section titled “Request Body required ”object
projectId
string
displayName
string
Responses
Section titled “ Responses ”OK
object
objectStorageUser
object
id
string
projectId
string
displayName
string
createdBy
string
createdAt
string format: date-time
updatedAt
string format: date-time
initialAccessKey
object
id
string
objectStorageUserId
string
accessKeyId
string
createdAt
string format: date-time
revokedAt
string format: date-time
secretAccessKey
Secret key is only returned on creation and not stored retrievably.
string