DocuSign.Api.Groups.groups_post_groups
You're seeing just the function
groups_post_groups
, go back to DocuSign.Api.Groups module for more information.
Specs
groups_post_groups(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.Groups.t()} | {:error, Tesla.Env.t()}
Creates one or more groups for the account. Creates one or more groups for the account. Groups can be used to help manage users by associating users with a group. You can associate a group with a Permission Profile, which sets the user permissions for users in that group without having to set the `userSettings` property for each user. You are not required to set Permission Profiles for a group, but it makes it easier to manage user permissions for a large number of users. You can also use groups with template sharing to limit user access to templates.
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
- :groups (Groups):
Returns
} on success {:error, info} on failure