DocuSign.Api.AccountPermissionProfiles.permission_profiles_get_permission_profiles
You're seeing just the function
permission_profiles_get_permission_profiles
, go back to DocuSign.Api.AccountPermissionProfiles module for more information.
Link to this function
permission_profiles_get_permission_profiles(connection, account_id, opts \\ [])
View SourceSpecs
permission_profiles_get_permission_profiles( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, DocuSign.Model.PermissionProfileInformation.t()} | {:error, Tesla.Env.t()}
Gets a list of permission profiles. Retrieves a list of Permission Profiles. Permission Profiles are a standard set of user permissions that you can apply to individual users or users in a Group. This makes it easier to manage user permissions for a large number of users, without having to change permissions on a user-by-user basis. Currently, Permission Profiles can only be created and modified in the DocuSign console.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :include (String.t): Reserved for DocuSign.
Returns
} on success {:error, info} on failure