docs/solutionUser.md in losant_rest-1.0.8 vs docs/solutionUser.md in losant_rest-1.1.0

- old
+ new

@@ -23,10 +23,15 @@ solutionUserId: my_solution_user_id) puts result ``` +#### Authentication +The client must be configured with a valid api access token to call this +action. The token must include at least one of the following scopes: +all.Organization, all.User, solutionUser.*, or solutionUser.delete. + #### Available Parameters | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- | | orgId | string | Y | ID associated with the organization | | 575ed6e87ae143cd83dc4aa8 | @@ -59,10 +64,15 @@ solutionUserId: my_solution_user_id) puts result ``` +#### Authentication +The client must be configured with a valid api access token to call this +action. The token must include at least one of the following scopes: +all.Organization, all.Organization.read, all.User, all.User.read, solutionUser.*, or solutionUser.get. + #### Available Parameters | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- | | orgId | string | Y | ID associated with the organization | | 575ed6e87ae143cd83dc4aa8 | @@ -95,9 +105,14 @@ solutionUserId: my_solution_user_id, solutionUser: my_solution_user) puts result ``` + +#### Authentication +The client must be configured with a valid api access token to call this +action. The token must include at least one of the following scopes: +all.Organization, all.User, solutionUser.*, or solutionUser.patch. #### Available Parameters | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- |