Valuekeep Developers - Web API Reference

Business Core | Access To Mobile

Overview


URL api/{tenantKey}/{orgKey}/businessCore/accessToMobiles
Methods Supported GET

All Operations

This service includes the following operations:

All Resources

This service uses the following resources:

GET Operations

GET Get User Mobile Access

Custom operation 'GetUserMobileAccess'.

The following elements are required:

userId (Guid) UserId.

Response:

When successful, the response body contains a resource of type 'UserMobileAccess'. See UserMobileAccess.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /businessCore/accessToMobiles/getUserMobileAccess/{userId}

Resources


UserMobileAccess

The following elements are optional:

userId (Guid) User Id.
userName (string) User Name.
userEmail (string) User Email.
userLastBOLogin (DateTimeOffset) User Last BO Login.
userDefaultRoleId (Guid) User Default Role Id.
userDefaultRoleNaturalKey (string) User Default Role Natural Key.
userDefaultRoleDescription (string) User Default Role Description.
subscriptionClaim (string) Subscription Claim.
technicianAccess (bool) Technician Access.
technicianMinimumRole (string) Technician Minimum Role.
requesterAccess (bool) Requester Access.
requesterMinimumRole (string) Requester Minimum Role.