Users
Returns a JSON with a user or users in your domain
Returns a JSON with a user or users in your domain
GET
http(s)://myThinfinity:[Port]/__ds@[your-domain]__/dirsvc/api/v1/users/
Path Parameters
Name
Type
Description
*
String
Returns all users in the domain
myUser
String
Returns a specific user
myUs*
String
Returns all users that match all letters behind the asterisk
Headers
Name
Type
Description
Authorization*
String
Bearer TOKEN
Request Example:
Last updated
Was this helpful?