Add Organization to User

Add Organization details to a Google Workspace user.

Input

Field Definition Type Required

User

User ID

Unique identifier of the user. Text TRUE

Organization

Organization Name

Name of the organization.

Text TRUE

Description

Description of the organization.

Text FALSE

Department

Department in the organization that the user is associated with (for example, sales or engineering).

Text FALSE

Job Title

User's title in the organization (for example, member or engineer).

Text FALSE

Location

Physical location of the organization. This doesn't have to be an address.

Text FALSE

Symbol

Text string symbol of the organization (for example, Google's symbol is GOOG).

Text FALSE

Cost Center

Cost center of the user's organization.

Text FALSE

Domain

Domain that the organization belongs to.

Text FALSE

Type

Type of data returned.
  • domain_only

  • school

  • work

  • unknown

Text FALSE

Primary?

Indicates whether this is the user's primary organization.

True/False 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