Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Users via API: Logins/Users in the API are configured with a logins.role byte string, which identifies the type of role a user has in the Portal (Eg. a Referrer Full Access has a role of 64 and a Merchant Full Access has a role of 128). If you are customizing a role then this is defined in the logins.allowedResources, a logins.restrictedResources, and logins.effectiveRoles section. We recommend if you are wanting to create users via the API that you create a user as desired in the Portal and query the login ID via the /logins endpoint. You can then use this as a template for creating additional users so they are always created with the desired permissions. 


  • No labels