Retrieving user permissions using the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.

REST Syntax

Click to view all REST Resources

UserPermissionReport/ POST — Returns information regarding the requested user’s permission access.

HTTP Action — POST

URI — https://api.dynect.net/REST/UserPermissionReport/

Arguments:

string user_name — The user whose permissions will be returned. Defaults to the current user.

Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetUserPermissions — Returns information regarding the requested user’s permission access.

Arguments:

  • string tokenRequired. The session identifier.
  • string user_name — The user whose permissions will be returned. Defaults to the current user.
Response — Click for More Info

Example Request — Click for More Info