{"swagger":"2.0","info":{"description":null,"version":"3.2.1-2","title":"CUE User Manager","termsOfService":null,"contact":{"name":"Stibo DX","url":null,"email":null},"license":null},"host":null,"basePath":"/","tags":null,"schemes":null,"consumes":null,"produces":null,"security":null,"paths":{"/group":{"get":null,"head":null,"post":{"tags":null,"summary":"","description":"","operationId":"create-group","schemes":null,"consumes":["application/json"],"produces":["application/json"],"parameters":[{"in":"body","name":"body","description":null,"required":false,"pattern":null,"readOnly":null,"schema":{"originalRef":"Group","$ref":"#/definitions/Group"},"x-examples":null}],"responses":{"201":{"description":"Created","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"400":{"description":"Bad Request","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"201":{"description":"Created","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"400":{"description":"Bad Request","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"put":null,"delete":null,"options":null,"patch":null,"parameters":null},"/group/unique-name/{unique-name}":{"get":{"tags":null,"summary":"","description":"","operationId":"get-group-by-unique-name","schemes":null,"consumes":null,"produces":["application/json"],"parameters":[{"name":"unique-name","in":"path","description":null,"required":true,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":null,"allowEmptyValue":null,"x-example":null,"enum":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"head":null,"post":null,"put":{"tags":null,"summary":"","description":"","operationId":"update-group-by-unique-name","schemes":null,"consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"unique-name","in":"path","description":null,"required":true,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":null,"allowEmptyValue":null,"x-example":null,"enum":null},{"in":"body","name":"body","description":null,"required":false,"pattern":null,"readOnly":null,"schema":{"originalRef":"Group","$ref":"#/definitions/Group"},"x-examples":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"delete":{"tags":null,"summary":"","description":"","operationId":"delete-group-by-unique-name","schemes":null,"consumes":null,"produces":["application/json"],"parameters":[{"name":"unique-name","in":"path","description":null,"required":true,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":null,"allowEmptyValue":null,"x-example":null,"enum":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"options":null,"patch":null,"parameters":null},"/auth/logout":{"get":{"tags":null,"summary":"","description":"","operationId":"logout","schemes":null,"consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"uri","in":"query","description":null,"required":false,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":"uri","allowEmptyValue":null,"x-example":null,"enum":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"400":{"description":"Bad Request","examples":null,"headers":null,"schema":null,"responseSchema":null},"401":{"description":"Unauthorized","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"400":{"description":"Bad Request","examples":null,"headers":null,"schema":null,"responseSchema":null},"401":{"description":"Unauthorized","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"head":null,"post":null,"put":null,"delete":null,"options":null,"patch":null,"parameters":null},"/ping":{"get":{"tags":null,"summary":"","description":"","operationId":"ping","schemes":null,"consumes":null,"produces":["text/plain"],"parameters":[],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":null,"externalDocs":null,"deprecated":null},"head":null,"post":null,"put":null,"delete":null,"options":null,"patch":null,"parameters":null},"/auth/refresh":{"get":null,"head":null,"post":{"tags":null,"summary":"","description":"","operationId":"auth-refresh","schemes":null,"consumes":["application/json"],"produces":["application/json"],"parameters":[{"in":"body","name":"body","description":null,"required":false,"pattern":null,"readOnly":null,"schema":{"originalRef":"Token","$ref":"#/definitions/Token"},"x-examples":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"400":{"description":"Bad Request","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"400":{"description":"Bad Request","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":null,"externalDocs":null,"deprecated":null},"put":null,"delete":null,"options":null,"patch":null,"parameters":null},"/auth":{"get":{"tags":null,"summary":"","description":"","operationId":"auth","schemes":null,"consumes":null,"produces":null,"parameters":[{"name":"uri","in":"query","description":null,"required":false,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":"uri","allowEmptyValue":null,"x-example":null,"enum":null}],"responses":{"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"401":{"description":"Unauthorized","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"401":{"description":"Unauthorized","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":null,"externalDocs":null,"deprecated":null},"head":null,"post":null,"put":null,"delete":null,"options":null,"patch":null,"parameters":null},"/user":{"get":{"tags":null,"summary":"Get all users matching any search criteria","description":"If no query parameters are given, an arbitrary list of users is returned. How many is depends on the default in the IAM backend.","operationId":"get-users-by-anything","schemes":null,"consumes":null,"produces":["application/json"],"parameters":[{"name":"q","in":"query","description":"Query. Substring matching either username, surname or given name","required":false,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":null,"allowEmptyValue":null,"x-example":null,"enum":null},{"name":"page","in":"query","description":"Requested page. Default is 0","required":false,"type":"integer","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":"int32","allowEmptyValue":null,"x-example":null,"enum":null},{"name":"perPage","in":"query","description":"Hits per page. Default is 10","required":false,"type":"integer","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":"int32","allowEmptyValue":null,"x-example":null,"enum":null},{"name":"max","in":"query","description":"Max number of results. Default is 50","required":false,"type":"integer","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":"int32","allowEmptyValue":null,"x-example":null,"enum":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"head":null,"post":{"tags":null,"summary":"","description":"","operationId":"create-user","schemes":null,"consumes":["application/json"],"produces":["application/json"],"parameters":[{"in":"body","name":"body","description":null,"required":false,"pattern":null,"readOnly":null,"schema":{"originalRef":"User","$ref":"#/definitions/User"},"x-examples":null}],"responses":{"201":{"description":"Created","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"400":{"description":"Bad Request","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"201":{"description":"Created","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"400":{"description":"Bad Request","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"put":null,"delete":null,"options":null,"patch":null,"parameters":null},"/user/email/{email}":{"get":{"tags":null,"summary":"","description":"","operationId":"get-users-by-email","schemes":null,"consumes":null,"produces":["application/json"],"parameters":[{"name":"email","in":"path","description":null,"required":true,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":null,"allowEmptyValue":null,"x-example":null,"enum":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"head":null,"post":null,"put":null,"delete":null,"options":null,"patch":null,"parameters":null},"/user/username/{username}":{"get":{"tags":null,"summary":"","description":"","operationId":"get-users-by-user-name","schemes":null,"consumes":null,"produces":["application/json"],"parameters":[{"name":"username","in":"path","description":null,"required":true,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":null,"allowEmptyValue":null,"x-example":null,"enum":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"head":null,"post":null,"put":{"tags":null,"summary":"","description":"","operationId":"update-user-by-user-name","schemes":null,"consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"username","in":"path","description":null,"required":true,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":null,"allowEmptyValue":null,"x-example":null,"enum":null},{"in":"body","name":"body","description":null,"required":false,"pattern":null,"readOnly":null,"schema":{"originalRef":"User","$ref":"#/definitions/User"},"x-examples":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"delete":{"tags":null,"summary":"","description":"","operationId":"delete-user-by-user-name","schemes":null,"consumes":null,"produces":["application/json"],"parameters":[{"name":"username","in":"path","description":null,"required":true,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":null,"allowEmptyValue":null,"x-example":null,"enum":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"options":null,"patch":null,"parameters":null},"/user/id/{id}":{"get":{"tags":null,"summary":"","description":"","operationId":"get-users-by-id","schemes":null,"consumes":null,"produces":["application/json"],"parameters":[{"name":"id","in":"path","description":null,"required":true,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":null,"allowEmptyValue":null,"x-example":null,"enum":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"head":null,"post":null,"put":{"tags":null,"summary":"","description":"","operationId":"update-user-by-id","schemes":null,"consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"id","in":"path","description":null,"required":true,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":null,"allowEmptyValue":null,"x-example":null,"enum":null},{"in":"body","name":"body","description":null,"required":false,"pattern":null,"readOnly":null,"schema":{"originalRef":"User","$ref":"#/definitions/User"},"x-examples":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"delete":{"tags":null,"summary":"","description":"","operationId":"delete-user-by-id","schemes":null,"consumes":null,"produces":["application/json"],"parameters":[{"name":"id","in":"path","description":null,"required":true,"type":"string","items":null,"collectionFormat":null,"default":null,"maximum":null,"exclusiveMaximum":null,"minimum":null,"exclusiveMinimum":null,"maxLength":null,"minLength":null,"pattern":null,"maxItems":null,"minItems":null,"uniqueItems":null,"multipleOf":null,"readOnly":null,"format":null,"allowEmptyValue":null,"x-example":null,"enum":null}],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"404":{"description":"Not Found","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"options":null,"patch":null,"parameters":null},"/user/me":{"get":{"tags":null,"summary":"","description":"","operationId":"get-current-user","schemes":null,"consumes":null,"produces":["application/json"],"parameters":[],"responses":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"responsesObject":{"200":{"description":"OK","examples":null,"headers":null,"schema":null,"responseSchema":null},"302":{"description":"Auth Redirect","examples":null,"headers":null,"schema":null,"responseSchema":null},"500":{"description":"Internal Server Error","examples":null,"headers":null,"schema":null,"responseSchema":null}},"security":[{"umauth":[]}],"externalDocs":null,"deprecated":null},"head":null,"post":null,"put":null,"delete":null,"options":null,"patch":null,"parameters":null}},"securityDefinitions":{"umauth":{"description":"","type":"apiKey","name":"Authorization","in":"header"}},"definitions":{"Group":{"type":"object","required":null,"discriminator":null,"properties":{"uniqueName":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"displayName":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"ids":{"type":"array","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"uniqueItems":null,"items":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"maxItems":null,"minItems":null},"externalId":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"users":{"type":"array","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"uniqueItems":null,"items":{"format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"originalRef":"User","$ref":"#/definitions/User"},"maxItems":null,"minItems":null},"publicationNames":{"type":"array","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"uniqueItems":null,"items":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"maxItems":null,"minItems":null},"roles":{"type":"array","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"uniqueItems":null,"items":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"maxItems":null,"minItems":null}},"externalDocs":null,"title":null,"xml":null,"minimum":null,"maximum":null,"multipleOf":null,"exclusiveMinimum":null,"exclusiveMaximum":null,"minLength":null,"maxLength":null,"pattern":null,"format":null,"allowEmptyValue":null,"uniqueItems":null,"description":null,"example":null,"additionalProperties":null,"enum":null,"default":null},"User":{"type":"object","required":null,"discriminator":null,"properties":{"createdAt":{"type":"string","format":"date-time","example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"enum":null},"updatedAt":{"type":"string","format":"date-time","example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"enum":null},"email":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"externalId":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"familyName":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"givenName":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"middleName":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"userName":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"source":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"sourceId":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"honorificPrefix":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"honorificSuffix":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"homePublication":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"groups":{"type":"array","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"uniqueItems":null,"items":{"format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"originalRef":"Group","$ref":"#/definitions/Group"},"maxItems":null,"minItems":null},"profileUri":{"type":"string","format":"uri","example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"ids":{"type":"array","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"uniqueItems":null,"items":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"maxItems":null,"minItems":null}},"externalDocs":null,"title":null,"xml":null,"minimum":null,"maximum":null,"multipleOf":null,"exclusiveMinimum":null,"exclusiveMaximum":null,"minLength":null,"maxLength":null,"pattern":null,"format":null,"allowEmptyValue":null,"uniqueItems":null,"description":null,"example":null,"additionalProperties":null,"enum":null,"default":null},"JWTClaimsSet":{"type":"object","required":null,"discriminator":null,"properties":{"claims":{"type":"object","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minProperties":null,"maxProperties":null,"additionalProperties":{"type":"object","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"properties":null,"required":null}},"issuer":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"expirationTime":{"type":"string","format":"date-time","example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"enum":null},"subject":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"audience":{"type":"array","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"uniqueItems":null,"items":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"maxItems":null,"minItems":null},"notBeforeTime":{"type":"string","format":"date-time","example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"enum":null},"issueTime":{"type":"string","format":"date-time","example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"enum":null},"jwtid":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null}},"externalDocs":null,"title":null,"xml":null,"minimum":null,"maximum":null,"multipleOf":null,"exclusiveMinimum":null,"exclusiveMaximum":null,"minLength":null,"maxLength":null,"pattern":null,"format":null,"allowEmptyValue":null,"uniqueItems":null,"description":null,"example":null,"additionalProperties":null,"enum":null,"default":null},"Token":{"type":"object","required":null,"discriminator":null,"properties":{"accessToken":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"tokenType":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":["BEARER"]},"refreshToken":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"expiresIn":{"type":"integer","format":"int32","example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minimum":null,"maximum":null,"multipleOf":null,"exclusiveMinimum":null,"exclusiveMaximum":null,"default":null,"enum":null},"jwtClaimsSet":{"format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"originalRef":"JWTClaimsSet","$ref":"#/definitions/JWTClaimsSet"},"idToken":{"type":"string","format":null,"example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"minLength":null,"maxLength":null,"pattern":null,"default":null,"enum":null},"createdAt":{"type":"string","format":"date-time","example":null,"xml":null,"position":null,"description":null,"title":null,"readOnly":null,"allowEmptyValue":null,"enum":null}},"externalDocs":null,"title":null,"xml":null,"minimum":null,"maximum":null,"multipleOf":null,"exclusiveMinimum":null,"exclusiveMaximum":null,"minLength":null,"maxLength":null,"pattern":null,"format":null,"allowEmptyValue":null,"uniqueItems":null,"description":null,"example":null,"additionalProperties":null,"enum":null,"default":null}},"parameters":null,"responses":null,"externalDocs":null}