Check if user has access to the resource. This call behaves exactly like `GET` call, except no content is returned.

This call is useful for the use case when the client only wants to check if a User has access to a specified resource, without needing the resource representation being returned as response. Results in all the same headers and HTTP response status as if a GET call had been made, without any content being returned, thus cutting down on network bandwidth and time taken for over the wire transfer.

Log in to see full request history
Path Params
string
required
Responses
400

Invalid request.

403

Not authorized for this operation.

404

Not found.

417

Association expansion error

500

Server error

Language
Credentials
Click Try It! to start a request and see the response here!
© 2025 CalAmp