Download OpenAPI specification:
| userId required | string <uuid> |
| roleIdentifiers required | Array of strings |
{- "roleIdentifiers": [
- "string"
]
}{- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "roles": [
- {
- "roleId": "7382d58e-652a-4905-b7c9-bcca1e0e5391",
- "identifier": "string",
- "title": "string"
}
]
}| email required | string <= 320 characters |
| password required | string [ 8 .. 128 ] characters |
| displayName | null or string <= 50 characters |
| generateDisplayName | boolean |
{- "email": "string",
- "password": "stringst",
- "displayName": null,
- "generateDisplayName": true
}{- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "email": "string",
- "displayName": "string"
}| email required | string <= 320 characters |
| password required | string <= 128 characters |
{- "email": "string",
- "password": "string"
}{- "sessionId": "f6567dd8-e069-418e-8893-7d22fcf12459",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "email": "string",
- "displayName": "string",
- "expiresAtUtc": "2019-08-24T14:15:22Z"
}| name required | string <= 100 characters |
| validUntilUtc | string <date-time> |
{- "name": "string",
- "validUntilUtc": "2019-08-24T14:15:22Z"
}{- "apiKeyId": "37ba0474-c0bb-4910-bfb5-d6cebb614366",
- "name": "string",
- "apiKey": "string",
- "validUntilUtc": "2019-08-24T14:15:22Z",
- "createdAtUtc": "2019-08-24T14:15:22Z"
}| email required | string <= 320 characters |
| code required | string [ 6 .. 20 ] characters |
| newPassword required | string [ 8 .. 128 ] characters |
{- "email": "string",
- "code": "string",
- "newPassword": "stringst"
}{- "passwordUpdatedAtUtc": "2019-08-24T14:15:22Z"
}| oldPassword required | string <= 128 characters |
| newPassword required | string [ 8 .. 128 ] characters |
{- "oldPassword": "string",
- "newPassword": "stringst"
}{- "passwordUpdatedAtUtc": "2019-08-24T14:15:22Z"
}| identifier required | string <= 100 characters |
| title required | string <= 100 characters |
| rightIdentifiers | Array of strings |
{- "identifier": "string",
- "title": "string",
- "rightIdentifiers": [
- "string"
]
}{- "roleId": "7382d58e-652a-4905-b7c9-bcca1e0e5391",
- "identifier": "string",
- "title": "string",
- "rightIdentifiers": [
- "string"
]
}| identifier required | string <= 100 characters |
| title required | string <= 100 characters |
{- "identifier": "string",
- "title": "string"
}{- "rightId": "b100a986-5417-4169-a73b-79019d7607fd",
- "identifier": "string",
- "title": "string"
}