List Users
GET
/user
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/user
Response examples (200)
{
"users": [
{
"sso": true,
"two-factor-authentication": true,
"email": "string",
"id": "string",
"role": {
"id": "string",
"name": "string",
"description": "string",
"permissions": [
"bypass-governance-retention"
],
"labels": {
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"editable": true,
"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"
]
}
]
}
}
}
},
"pending": true
}
]
}