Skip to end of metadata
Go to start of metadata

User

JSON Format

Name
Type
Read-only
Mandatory
Comment
idintegeryesno 
firstNamestringnoyes 
lastNamestringnoyes 
emailstringnoyes 
loginIdstringnoyes 
activebooleanno  
onVacationbolean   
creationDatedate   
creatorstring   
commentsstring   
colLoginIdstring  groupwise login
ldapDNstringyesno 
addressarray  array of Address
phonearray  array of Phone
userRolesarray  array of UserRole
notificationSupportarray  array of UserRoleGroup
locationIdintegernonoLocation.id
passwordstringnoyeswill not be included in response

URIs

Uri
Method
Request Data
Success Response Code
Description
/api/usersGET 200Returns an Array of all Users
/api/users/{id}GET 200Returns one User
/api/usersPOSTUser201Create new User
/api/users/{id}PUTUser204Update an existing User
/api/users/{id}DELETE 200Delete a User
  • No labels