GET
/v1.0/associatedAccounts/Read-onlyGet available associated accounts of the logged in user
CLIkajeet-sentinel accounts list
Parameters
offsetquerynumberThe position of the first result for the requested result set. Starts from 0.
limitquerynumberThe number of result to return.
sortquerystringrequiredSort field. DESCRIPTION refers to the Role Description of the user.
Values: CORP_DESCRIPTION, DESCRIPTION, FULLNAME
sortDirquerystringrequiredSort direction
Values: ASC, DESC
searchValuequerystringSearch string to filter users list by Corp ID or Corp Description
cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/associatedAccounts/?offset=0&limit=25&sort=LAST_30_DAYS_USED&sortDir=DESC&searchValue=Bus" \
-H "Authorization: Bearer $SENTINEL_TOKEN"