user_mgr_update
Back to SOAP Architecture Method Reference
Description
The user_mgr_update method updates the details of an existing user on your domain.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
active | Indicates whether or not the resource is in an active state. | boolean | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
id | The unique ID# of the user. | bstypes:ResourceId | R |
name | The name of the user resource, for example "admin". | string | R |
public_key_fingerprint | The public key fingerprint assigned to users that call BroadSign Open API. | string | R |
username | The log-on username of the user resource. | string | R |
container_id | The unique ID# of the user's folder. | bstypes:ResourceId | O |
passwd | The log-on password of the user resource. | string | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the updated user resource. | bstypes:ResourceId | R |