User
CRUD controller for users
Find all users
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user"[
{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}
]{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Create a new user
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/user" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "verificationBaseUrl": "string" }'{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Update a user
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X PUT "http://localhost:18080/api/v1/user" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "firstName": "string", "lastName": "string" }'{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Find all super admins
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/admin"[
{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}
]{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Create a new admin user
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/user/admin" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "verificationBaseUrl": "string" }'{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Upload an avatar
In: header
Path Parameters
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/user/avatar/string" \ -F file="string"{
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Request change password token
In: header
Path Parameters
.+@.+\..+emailResponse Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/change-password/user@example.com""string"{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Check email availability
In: header
Path Parameters
.+@.+\..+emailResponse Body
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/email/user@example.com"{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Find a user by email
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/find/string"{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Update user language
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X PATCH "http://localhost:18080/api/v1/user/language" \ -H "Content-Type: application/json" \ -d '{ "property1": "string", "property2": "string" }'{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Leave a tenant
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/leave-tenant/string"{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Get currently logged in user
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/me"{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Find all users for my org
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/my-org"[
{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}
]{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Change user password
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/user/public/change-password" \ -H "Content-Type: application/json" \ -d '{ "newPassword": "string", "oldPassword": "string", "verificationCode": "string" }'{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Request a password reset (token)
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/user/public/forgot-password" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "verificationBaseUrl": "string" }'{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Validate password reset token
In: header
Path Parameters
Response Body
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/public/reset-password-token/string/string"{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Verify a user
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/user/public/verify" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "newPassword": "string", "token": "string" }'{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Validate verification token
In: header
Query Parameters
Response Body
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/public/verify/validate?email=string&token=string"{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Reset user password using a token
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/user/reset-password" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "newPassword": "string", "token": "string" }'{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Sign up a new user
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/user/sign-up" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "firstName": "string", "lastName": "string", "tenantName": "string", "verificationBaseUrl": "string" }'{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Sign up a new client user
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/user/sign-up/client" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "verificationBaseUrl": "string" }'{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Switch active tenant
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/switch-tenant/string"{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Get overview of all tenants for a user
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/tenants"{
"active": [
{
"domain": "string",
"logoBlobId": "string",
"roles": [
"string"
],
"tenantId": "string",
"tenantName": "string",
"userStatus": "ACTIVE"
}
],
"clientMember": [
{
"domain": "string",
"logoBlobId": "string",
"roles": [
"string"
],
"tenantId": "string",
"tenantName": "string",
"userStatus": "ACTIVE"
}
],
"inactive": [
{
"domain": "string",
"logoBlobId": "string",
"roles": [
"string"
],
"tenantId": "string",
"tenantName": "string",
"userStatus": "ACTIVE"
}
],
"pendingClientInvites": [
{
"domain": "string",
"logoBlobId": "string",
"roles": [
"string"
],
"tenantId": "string",
"tenantName": "string",
"userStatus": "ACTIVE"
}
],
"pendingInvites": [
{
"domain": "string",
"logoBlobId": "string",
"roles": [
"string"
],
"tenantId": "string",
"tenantName": "string",
"userStatus": "ACTIVE"
}
],
"pendingRequests": [
{
"domain": "string",
"logoBlobId": "string",
"roles": [
"string"
],
"tenantId": "string",
"tenantName": "string",
"userStatus": "ACTIVE"
}
]
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Accept invite to join tenant
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/tenants/invite/accept/string"{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Deny invite to join tenant
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/tenants/invite/deny/string"{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Cancel request to join tenant
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/tenants/request/cancel/string"{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Send request to join tenant
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/user/tenants/request/join/string"{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Upload a profile picture
In: header
Path Parameters
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/user/upload-profile-picture/string" \ -F file="string"{
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Resend verification email for a new user
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/user/verify/resend" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "verificationBaseUrl": "string" }'{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}Delete a user by email
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "http://localhost:18080/api/v1/user/string"{
"email": "string",
"firstName": "string",
"hasFullAccess": true,
"id": "string",
"language": "string",
"lastLogin": "2019-08-24T14:15:22Z",
"lastName": "string",
"profile": {
"avatar": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
},
"displayName": "string",
"logo": {
"blobId": "string",
"height": 0,
"thumbnailBlobId": "string",
"width": 0
}
},
"projectAccess": [
"string"
],
"roles": [
"string"
],
"status": "ACTIVE",
"subsidiaryAccess": [
"string"
],
"tenantId": "string",
"verified": true
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}