Skip to content

Create User

POST
/enum.api.v1.ObjectStorageUserService/CreateObjectStorageUser

Creates an object storage user with an initial access key

object
projectId
string
displayName
string

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