GET v1/users({UserId})/locations

Returns Assigned Locations for a User

Information:

Base URL:

https://api.covasoft.net/usermanager

Example of a call would be:

https://api.covasoft.net/usermanager/v1/users({UserId})/locations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserId

The User Id used for Getting User Details

integer

Required

Body Parameters

None.

Response Information

Resource Description

Assigned Locations for a User

GetAssignedLocationsByUserReturn
NameDescriptionTypeAdditional information
UserID

integer

None.

LocationIDs

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "LocationIDs": [
    1,
    1
  ]
}