Update User
Update a user profile in GitHub.
To use this action card in a flow, you must set up SAML support for your app in your GitHub instance. You must also be the owner of the organization.
Options
| Field | Definition | Type | Required | 
|---|---|---|---|
| 
                                                                         Organization  | 
                                                                    
                                                                         Organizations in GitHub.  | 
                                                                    Dropdown | FALSE | 
You can only update a user's SCIM data with this action card.
Input
| Field | Definition | Type | Required | 
|---|---|---|---|
| 
                                                                         GitHub  | 
                                                                |||
| 
                                                                         Username  | 
                                                                    
                                                                         Username for the user. This can be a sign-in account or a username.  | 
                                                                    Text | TRUE | 
| 
                                                                         SCIM  | 
                                                                |||
| 
                                                                         Username  | 
                                                                    
                                                                         Username for the user. This can be a sign-in account or a username.  | 
                                                                    Text | TRUE | 
| 
                                                                         Given Name  | 
                                                                    
                                                                         First name of the user.  | 
                                                                    Text | FALSE | 
| 
                                                                         Family Name  | 
                                                                    
                                                                         Family name of the user.  | 
                                                                    Text | FALSE | 
| 
                                                                         Primary Email  | 
                                                                    
                                                                         Primary email address of the user.  | 
                                                                    Text | FALSE | 
| 
                                                                         Primary Email Type  | 
                                                                    
                                                                         Primary email address type, for example, work.  | 
                                                                    Text | FALSE | 
| 
                                                                         External ID  | 
                                                                    
                                                                         A unique identifier generated by the SAML provider and matched against a GitHub user.  | 
                                                                    Text | FALSE | 
Output
| Field | Definition | Type | 
|---|---|---|
| 
                                                                         Status Code  | 
                                                                    
                                                                         Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example: 
 For a full list of possible status codes, see HTTP status codes.  | 
                                                                    Number | 
| 
                                                                         SCIM User ID  | 
                                                                    
                                                                         Unique identifier for the SCIM user.  | 
                                                                    Text | 
| 
                                                                         External ID  | 
                                                                    
                                                                         A unique identifier generated by the SAML provider and matched against a GitHub user.  | 
                                                                    Text | 
| 
                                                                         Is Active?  | 
                                                                    
                                                                         This indicates whether the identity is active (True) or should be deprovisioned (False).  | 
                                                                    True/False | 
