"PATCH /openapi/v1/user/:userId" method

Make changes to user data. Moving a company employee to a different training group.

Request

Header:

Parameter:

Example of a request:

/openapi/v1/user/1ab2457896abcc1234567891

Body

Format – JSON.

Example of the body of a request:

{

"groupId": "1ab2457896abcc1234567891",

fullName : "Marvin John Mims"

shortName : "Marvin Mims"

email : "mims@mail.com"

}

Response

JSON containing an array of data about each user.

Possible errors:

To the top