Skip to content
English

Get device wipe status for user

GET
/service/wipe/{username}
curl --request GET \
--url https://example.com/api/v1/service/wipe/example \
--cookie grommunioAuthJwt=<grommunioAuthJwt>
username
required
string

E-mail address of the user

devices
Array<string>

Restrict request to these device IDs

List of devices returned

Media typeapplication/json
object
data

Associative array of devices

object
key
additional properties
object
status

Device status

integer
Examplegenerated
{
"data": {
"additionalProperty": {
"status": 1
}
}
}

Validation of input parameters failed

Media typeapplication/json
object
message
string
errors

List of errors encountered during validation

Array<string>
Examplegenerated
{
"message": "example",
"errors": [
"example"
]
}

The requested resource could not be found

Media typeapplication/json
object
message
string
Examplegenerated
{
"message": "example"
}

An error occurred while processing the request

Media typeapplication/json
object
message

String representation of the exception

string
Examplegenerated
{
"message": "example"
}

The database query failed

Media typeapplication/json
object
message

Description of the error

string
Examplegenerated
{
"message": "example"
}