user_set ()
Function prototype | user_set ( session, user ) |
---|---|
API Version | All |
SOAP, REST (Since API Version 2.7.31) |
Description
Updates the properties of the USER.
Input parameters: |
|
Output parameters: |
|
Request example
user_set ( “LCAAAAAAAAAAAA”, "
<?xml version="1.0" encoding="UTF-8"?>
<user>
<ref>12539</ref>
<given_name>Alexey</given_name>
<family_name />
<identifiers>
<identifier>
<label>NICKNAME</label>
<value>testalexey</value>
</identifier>
<identifier>
<label>NAT_ES</label>
<value>testalexey</value>
</identifier>
<identifier>
<label>PASS</label>
<value>testalexey</value>
</identifier>
</identifiers>
<data>
<bdate>2000-02-01</bdate>
<gender>M</gender>
<status />
<preferences>
<team_private>false</team_private>
<password_expire>true</password_expire>
<editable_by_user>false</editable_by_user>
<editable_by_team_manager>true</editable_by_team_manager>
<map_service>
<code>BAIDU</code>
</map_service>
<notifications>
<channels>email, phone</channels>
<event_priority>all</event_priority>
<from_time>09:00:00<to_time>
</notifications>
</preferences>
</data>
</user>")
Response
The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API
Return Error codes
ERROR CODE |
|
---|---|
INVALID_TOKEN | The session token provided is not valid |
INSUFFICIENT_PRIVILEGES | The session user does not have the necessary privileges to modify the properties of the USER |
PRIVATE TEAMS
When the property "team_private" is true, a new TEAM will be created that will be internally associated to the new USER. A USER can only have one private PRIVATE TEAM and the characteristics of this TEAM are:
The TEAM OWNER of the PRIVATE TEAM will be the ACTIVE TEAM of the SESSION
The ACTIVE TEAM will be included as member of the PRIVATE TEAM with roles (Team Manager, Team Editor)
The new USER will be included as member of the PRIVATE TEAM with role "Case Manager" (necessary to create ADMISSIONS)
Additionally, a new SUBSCRIPTION will be created automatically. The subscription will be created for a PROGRAM determined by the following rules:
If the property
private_program_code
is set, then use this PROGRAM CODE to create the subscriptionOtherwise, if the setting #TEAM.PRACTICE_DEFAULT_PROGRAM (see SETTINGS OBJECT) is defined for the PARENT TEAM.
If no PROGRAM CODE has been defined, or it is invalid (the PROGRAM CODE does not exist) then an error will be returned
Once the SUBSCRIPTION is created, the USER will be added as member of the SUBSCRIPTION with role Case Manager
The following diagrams shows the same graphically: