Form
Authorizations
Path parameters
idintegerRequiredExample:
Идентификатор пользователя
1
Responses
200
OK
400
Occurs when the client did not send a valid JSON object in the request body.
application/hal+json
403
Returned if the client does not have sufficient permissions.
**Required permission:** manage_user global permission
application/hal+json
404
Returned if the request user can not be found.
*Note: A client without sufficient permissions shall not be able to test for the existence of
a membership. That's why a 404 is returned here, even if a 403 might be more appropriate.*
application/hal+json
406
Occurs when the client did not send a Content-Type header
text/plain
415
Occurs when the client sends an unsupported Content-Type header.
application/hal+json
post
No content