All Products
Search
Document Center

CloudSSO:CreateUser

Last Updated:Dec 20, 2025

Creates a user.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

cloudsso:CreateUser

create

*User

acs:cloudsso:{#regionId}:{#accountId}:directory/{#DirectoryId}/user/*

None None

Request parameters

Parameter

Type

Required

Description

Example

DirectoryId

string

Yes

The ID of the directory.

d-00fc2p61****

UserName

string

Yes

The username. The username must be unique within the directory and cannot be modified.

The username can contain digits, letters, and the following special characters: @_-..

The username can be up to 64 characters long.

Alice

FirstName

string

No

The first name of the user.

The first name can be up to 64 characters long.

Alice

LastName

string

No

The last name of the user.

The last name can be up to 64 characters long.

Lee

DisplayName

string

No

The display name of the user.

The display name can be up to 256 characters long.

Alice

Description

string

No

The description of the user.

The description can be up to 1,024 characters long.

This is a user.

Email

string

No

The email address of the user. The email address must be unique within the directory.

The email address can be up to 128 characters long.

Alice@example.com

Status

string

No

The status of the user. Valid values:

  • Enabled (default): The user is enabled.

  • Disabled: The user is disabled.

Enabled

Tags

array<object>

No

object

No

Value

string

No

Key

string

No

Response elements

Element

Type

Description

Example

object

The returned data.

User

object

The details of the user.

Status

string

The status of the user. Valid values:

  • Enabled: The user is enabled.

  • Disabled: The user is disabled.

Enabled

UserName

string

The username.

Alice

Email

string

The email address of the user.

Alice@example.com

Description

string

The description of the user.

This is a user.

UserId

string

The user ID.

u-00q8wbq42wiltcrk****

FirstName

string

The first name of the user.

Alice

CreateTime

string

The time when the user was created. The time is displayed in Coordinated Universal Time (UTC).

2021-10-26T03:03:42Z

ProvisionType

string

The provisioning type of the user. Valid values:

  • Manual: The user is created manually.

  • Synchronized: The user is synchronized from an external source.

Manual

DisplayName

string

The display name of the user.

Alice

UpdateTime

string

The time when the user was last modified. The time is displayed in Coordinated Universal Time (UTC).

2021-10-26T03:03:42Z

LastName

string

The last name of the user.

Lee

Tags

array<object>

object

Value

string

Key

string

RequestId

string

The ID of the request.

F6F90F3D-4502-5877-B80B-97476F6AE2CC

Examples

Success response

JSON format

{
  "User": {
    "Status": "Enabled",
    "UserName": "Alice",
    "Email": "Alice@example.com",
    "Description": "This is a user.",
    "UserId": "u-00q8wbq42wiltcrk****",
    "FirstName": "Alice",
    "CreateTime": "2021-10-26T03:03:42Z",
    "ProvisionType": "Manual",
    "DisplayName": "Alice",
    "UpdateTime": "2021-10-26T03:03:42Z",
    "LastName": "Lee",
    "Tags": [
      {
        "Value": "",
        "Key": ""
      }
    ]
  },
  "RequestId": "F6F90F3D-4502-5877-B80B-97476F6AE2CC"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.