POST
/user
curl \
--request POST 'https://api-ch-gva-2.exoscale.com/v2/user' \
--header "Content-Type: application/json" \
--data '{"email":"string","role":{"description":"string","labels":{"additionalProperty1":"string","additionalProperty2":"string"},"permissions":["bypass-governance-retention"],"assume-role-policy":{"default-service-strategy":"allow","services":{"additionalProperty1":{"type":"rules","rules":[{"action":"allow","expression":"string","resources":["string"]}]},"additionalProperty2":{"type":"rules","rules":[{"action":"allow","expression":"string","resources":["string"]}]}}},"editable":true,"name":"string","max-session-ttl":42,"policy":{"default-service-strategy":"allow","services":{"additionalProperty1":{"type":"rules","rules":[{"action":"allow","expression":"string","resources":["string"]}]},"additionalProperty2":{"type":"rules","rules":[{"action":"allow","expression":"string","resources":["string"]}]}}}}}'
Request examples
{
"email": "string",
"role": {
"description": "string",
"labels": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"permissions": [
"bypass-governance-retention"
],
"assume-role-policy": {
"default-service-strategy": "allow",
"services": {
"additionalProperty1": {
"type": "rules",
"rules": [
{
"action": "allow",
"expression": "string",
"resources": [
"string"
]
}
]
},
"additionalProperty2": {
"type": "rules",
"rules": [
{
"action": "allow",
"expression": "string",
"resources": [
"string"
]
}
]
}
}
},
"editable": true,
"name": "string",
"max-session-ttl": 42,
"policy": {
"default-service-strategy": "allow",
"services": {
"additionalProperty1": {
"type": "rules",
"rules": [
{
"action": "allow",
"expression": "string",
"resources": [
"string"
]
}
]
},
"additionalProperty2": {
"type": "rules",
"rules": [
{
"action": "allow",
"expression": "string",
"resources": [
"string"
]
}
]
}
}
}
}
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}