Update User

Update a user profile within your Zoom instance.

The user profile must be active for a successful update operation.

Input

This card doesn't send empty input values, so a blank field doesn't clear any existing values in a Zoom account.

Field Definition Type Required

User

User ID

Unique identifier of the user.

Text

TRUE

Attributes

First Name

The user's first name.

If the user's given name on their Zoom profile isn't already set, then this card sets the given name to the value provided here.

If the user's given name is already set, the card doesn't modify the user's given name.

Text

FALSE

Last Name

Last name of the user.

If the user's last name on their Zoom profile isn't already set, then this card sets the last name to the value provided here.

If the user's last name is already set, the card doesn't modify the user's last name.

Text

FALSE

Display Name

The user's display name.

If you don't add a display name, Zoom generates the display name by concatenating the first and last names.

Text

FALSE

Department

Name of the user's department.

Text

FALSE

User Type

Type of user. See Account Types.

If you're already using them, Okta supports the Pro and Corp user types.

  • Basic: A user without a paid license.
  • Licensed: A user with a paid account who can host unlimited meetings on the public cloud.
  • On-Prem: A user with a paid account who can host unlimited meetings with the on-premises meeting connector.

Dropdown

FALSE

Login Using SSO?

Set to True if the new user accesses Zoom using single sign-on (SSO). Otherwise, set to False.

At least one of these inputs must be True:

  • Login Using SSO?

  • Login Using Work Email?

True/False

FALSE

Login Using Work Email?

Set to True if the new user accesses Zoom using a work email address. Otherwise, set to False.

At least one of these inputs must be True:

  • Login Using SSO?

  • Login Using Work Email?

True/False

FALSE

Location

The user's location.

Text

FALSE

Work Phone

The user's work phone number.

Text

FALSE

Mobile Phone

The user's mobile phone number.

Text

FALSE

Office Phone

The user's office phone number.

Text

FALSE

Title

The user's job title.

Text

FALSE

Role Name

Name of the user's primary role.

The role name is updated and set as the user's primary role.

Text

FALSE

Organization

The user's organization.

Text

FALSE

Cost Center

The user's cost center.

Text

FALSE

Employee Number

The user's employee ID.

The employee number must be unique within Zoom.

Text

FALSE

Manager

The email address of the user's manager.

This account must exist in Zoom already.

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:

  • A 201 Created status code indicates success where a new resource was created.
  • A 403 Forbidden error indicates that the HTTP request wasn't processed because the necessary permissions were missing.

For a full list of possible status codes, see HTTP status codes.

Number

Related topics

Zoom connector

Workflow elements

Zoom API

Zoom User API

Zoom SCIM2 API