Create specified user (DEPRECATED)
POST/v1/user
Allowable only for users with administrator role
Request
- application/json
Body
required
rq
accountRole stringrequired
Possible values: [USER
, ADMINISTRATOR
]
defaultProject stringrequired
email stringrequired
fullName stringrequired
login stringrequired
password stringrequired
projectRole stringrequired
Possible values: [CUSTOMER
, MEMBER
, LEAD
, PROJECT_MANAGER
]
Responses
- 201
Created
- */*
- Schema
- Example (from schema)
Schema
id int64
login string
warning string
{
"id": 0,
"login": "string",
"warning": "string"
}
Loading...