Block User
Blocks a user.
post
Path parameters
idstringRequired
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
post
/public/v1/accounts/users/{id}/blockLast updated
Was this helpful?
Blocks a user.
OK
Bad Request
Not Found
Last updated
Was this helpful?
Was this helpful?
POST /public/v1/accounts/users/{id}/block HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-12-12T12:18:52.010Z",
"by": {}
},
"updated": {
"at": "2025-12-12T12:18:52.010Z",
"by": {}
},
"invitationAcceptedAt": "2025-12-12T12:18:52.010Z"
},
"$meta": {
"omitted": [
"text"
]
},
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-12-12T12:18:52.010Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"accounts": [
{
"id": "text",
"icon": "text",
"type": "text",
"status": "text",
"name": "text"
}
],
"currentAccount": {
"id": "text",
"icon": "text",
"type": "text",
"status": "text",
"name": "text"
}
}