Get a number of portal users
|
GET api/2.0/portal/userscount
|
Returns a number of portal users.
|
Get a user by ID
|
GET api/2.0/portal/users/{userID}
|
Returns a user with the ID specified in the request from the current portal.
|
Get an invitation link
|
GET api/2.0/portal/users/invite/{employeeType}
|
Returns an invitation link for joining the portal.
|