This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

SetUser

1 - 1.4

patch /v1/users/{user_uuid}

Description

set a specific user

State ACTIVE (CURRENT)

VersionNot Before
1.4-

Parameters

TypeNameDescriptionSchemaDefault
pathuser_uuid
required
User ID
Example : 138c2fc8c29a449dbfa8681f8f1d78e2
stringNone
bodybody
required

UserSetRequest

Responses

HTTP CodeDescriptionSchema
200OKUserResponse
400Bad RequestNone
401UnauthorizedNone
403ForbiddenNone
404Not FoundNone

Example HTTP request

Request path

/v1/users/{user_uuid}

Request header

"Scp-Accesskey = 2sd2gg=2agbdSD26svcD",
"Scp-Signature = fsfsdf235f9U35sdgf35Xsf/qgsdgsdg326=sfsdr23rsef=",
"Scp-Timestamp = 1605290625682",
"Scp-ClientType = Openapi",
"Accept-Language = en-US",
"Scp-Api-Version = iam-identity-center 1.4"

Request body

{
    "business_unit": "Business Unit A",
    "department": "Department X",
    "description": "Description of John Doe",
    "email": "john.doe@example.com",
    "employee_id": "emp-12345",
    "instance_id": "ssoins-12345",
    "manager": "Alice Smith",
    "name": "John Doe",
    "nation_id": "+82",
    "phone_number": "010-1234-5678",
    "tz_id": "Asia/Seoul"
}

Example HTTP response

Response 200

{
    "user": {
        "business_unit": "Business Unit A",
        "created_at": "2024-05-17T00:23:17Z",
        "created_by": "90dddfc2b1e04edba54ba2b41539a9ac",
        "creator_name": "John Doe",
        "department": "Department X",
        "description": "Description of John Doe",
        "email": "john.doe@example.com",
        "email_authenticated": false,
        "employee_id": "emp-12345",
        "groups": [],
        "id": "138c2fc8c29a449dbfa8681f8f1d78e2",
        "instance_id": "ssoins-12345",
        "last_login_at": "2024-12-19 01:09:05.000",
        "last_password_update_at": "2026-05-07T03:07:32.372546",
        "manager": "Alice Smith",
        "modified_at": "2024-05-17T00:23:17Z",
        "modified_by": "90dddfc2b1e04edba54ba2b41539a9ac",
        "modifier_name": "Smith",
        "name": "John Doe",
        "nation_id": "+82",
        "password": "",
        "password_failed_count": 6,
        "password_reuse_count": 6,
        "phone_authenticated": false,
        "phone_number": "010-1234-5678",
        "temporary_password": "",
        "tz_id": "Asia/Seoul",
        "user_id": "johndoe"
    }
}

2 - 1.3

patch /v1/users/{user_uuid}

Description

set a specific user

State ACTIVE (SUPPORTED)

VersionNot Before
1.320261130

Parameters

TypeNameDescriptionSchemaDefault
pathuser_uuid
required
User ID
Example : 138c2fc8c29a449dbfa8681f8f1d78e2
stringNone
bodybody
required

UserSetRequest

Responses

HTTP CodeDescriptionSchema
200OKUserResponse
400Bad RequestNone
401UnauthorizedNone
403ForbiddenNone
404Not FoundNone

Example HTTP request

Request path

/v1/users/{user_uuid}

Request header

"Scp-Accesskey = 2sd2gg=2agbdSD26svcD",
"Scp-Signature = fsfsdf235f9U35sdgf35Xsf/qgsdgsdg326=sfsdr23rsef=",
"Scp-Timestamp = 1605290625682",
"Scp-ClientType = Openapi",
"Accept-Language = en-US",
"Scp-Api-Version = iam-identity-center 1.3"

Request body

{
    "business_unit": "Business Unit A",
    "department": "Department X",
    "description": "Description of John Doe",
    "email": "john.doe@example.com",
    "employee_id": "emp-12345",
    "instance_id": "ssoins-12345",
    "manager": "Alice Smith",
    "name": "John Doe",
    "nation_id": "+82",
    "phone_number": "010-1234-5678",
    "tz_id": "Asia/Seoul"
}

Example HTTP response

Response 200

{
    "user": {
        "business_unit": "Business Unit A",
        "created_at": "2024-05-17T00:23:17Z",
        "created_by": "90dddfc2b1e04edba54ba2b41539a9ac",
        "creator_name": "John Doe",
        "department": "Department X",
        "description": "Description of John Doe",
        "email": "john.doe@example.com",
        "email_authenticated": false,
        "employee_id": "emp-12345",
        "groups": [],
        "id": "138c2fc8c29a449dbfa8681f8f1d78e2",
        "instance_id": "ssoins-12345",
        "last_login_at": "2024-12-19 01:09:05.000",
        "last_password_update_at": "2026-05-07T03:07:32.372546",
        "manager": "Alice Smith",
        "modified_at": "2024-05-17T00:23:17Z",
        "modified_by": "90dddfc2b1e04edba54ba2b41539a9ac",
        "modifier_name": "Smith",
        "name": "John Doe",
        "nation_id": "+82",
        "password": "",
        "password_failed_count": 6,
        "password_reuse_count": 6,
        "phone_authenticated": false,
        "phone_number": "010-1234-5678",
        "temporary_password": "",
        "tz_id": "Asia/Seoul",
        "user_id": "johndoe"
    }
}

3 - 1.2

patch /v1/users/{user_uuid}

Description

set a specific user

State ACTIVE (SUPPORTED)

VersionNot Before
1.220260930

Parameters

TypeNameDescriptionSchemaDefault
pathuser_uuid
required
User ID
Example : 138c2fc8c29a449dbfa8681f8f1d78e2
stringNone
bodybody
required

UserSetRequest

Responses

HTTP CodeDescriptionSchema
200OKUserResponse
400Bad RequestNone
401UnauthorizedNone
403ForbiddenNone
404Not FoundNone

Example HTTP request

Request path

/v1/users/{user_uuid}

Request header

"Scp-Accesskey = 2sd2gg=2agbdSD26svcD",
"Scp-Signature = fsfsdf235f9U35sdgf35Xsf/qgsdgsdg326=sfsdr23rsef=",
"Scp-Timestamp = 1605290625682",
"Scp-ClientType = Openapi",
"Accept-Language = en-US",
"Scp-Api-Version = iam-identity-center 1.2"

Request body

{
    "business_unit": "Business Unit A",
    "department": "Department X",
    "description": "Description of John Doe",
    "email": "john.doe@example.com",
    "employee_id": "emp-12345",
    "instance_id": "ssoins-12345",
    "manager": "Alice Smith",
    "name": "John Doe",
    "nation_id": "+82",
    "phone_number": "010-1234-5678",
    "tz_id": "Asia/Seoul"
}

Example HTTP response

Response 200

{
    "user": {
        "business_unit": "Business Unit A",
        "created_at": "2024-05-17T00:23:17Z",
        "created_by": "90dddfc2b1e04edba54ba2b41539a9ac",
        "creator_name": "John Doe",
        "department": "Department X",
        "description": "Description of John Doe",
        "email": "john.doe@example.com",
        "email_authenticated": false,
        "employee_id": "emp-12345",
        "groups": [],
        "id": "138c2fc8c29a449dbfa8681f8f1d78e2",
        "instance_id": "ssoins-12345",
        "last_login_at": "2024-12-19 01:09:05.000",
        "last_password_update_at": "2026-05-07T03:07:32.372546",
        "manager": "Alice Smith",
        "modified_at": "2024-05-17T00:23:17Z",
        "modified_by": "90dddfc2b1e04edba54ba2b41539a9ac",
        "modifier_name": "Smith",
        "name": "John Doe",
        "nation_id": "+82",
        "password": "",
        "password_failed_count": 6,
        "password_reuse_count": 6,
        "phone_authenticated": false,
        "phone_number": "010-1234-5678",
        "temporary_password": "",
        "tz_id": "Asia/Seoul",
        "user_id": "johndoe"
    }
}

4 - 1.1

patch /v1/users/{user_uuid}

Description

set a specific user

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.120260531

Parameters

TypeNameDescriptionSchemaDefault
pathuser_uuid
required
User ID
Example : 138c2fc8c29a449dbfa8681f8f1d78e2
stringNone
bodybody
required

UserSetRequest

Responses

HTTP CodeDescriptionSchema
200OKUserResponse
400Bad RequestNone
401UnauthorizedNone
403ForbiddenNone
404Not FoundNone

Example HTTP request

Request path

/v1/users/{user_uuid}

Request header

"Scp-Accesskey = 2sd2gg=2agbdSD26svcD",
"Scp-Signature = fsfsdf235f9U35sdgf35Xsf/qgsdgsdg326=sfsdr23rsef=",
"Scp-Timestamp = 1605290625682",
"Scp-ClientType = Openapi",
"Accept-Language = en-US",
"Scp-Api-Version = iam-identity-center 1.1"

Request body

{
    "business_unit": "Business Unit A",
    "department": "Department X",
    "description": "Description of John Doe",
    "email": "john.doe@example.com",
    "employee_id": "emp-12345",
    "instance_id": "ssoins-12345",
    "manager": "Alice Smith",
    "name": "John Doe",
    "nation_id": "+82",
    "phone_number": "010-1234-5678",
    "tz_id": "Asia/Seoul"
}

Example HTTP response

Response 200

{
    "user": {
        "business_unit": "Business Unit A",
        "created_at": "2024-05-17T00:23:17Z",
        "created_by": "90dddfc2b1e04edba54ba2b41539a9ac",
        "creator_name": "John Doe",
        "department": "Department X",
        "description": "Description of John Doe",
        "email": "john.doe@example.com",
        "email_authenticated": false,
        "employee_id": "emp-12345",
        "groups": [],
        "id": "138c2fc8c29a449dbfa8681f8f1d78e2",
        "instance_id": "ssoins-12345",
        "last_login_at": "2024-12-19 01:09:05.000",
        "last_password_update_at": "2026-05-07T03:07:32.372546",
        "manager": "Alice Smith",
        "modified_at": "2024-05-17T00:23:17Z",
        "modified_by": "90dddfc2b1e04edba54ba2b41539a9ac",
        "modifier_name": "Smith",
        "name": "John Doe",
        "nation_id": "+82",
        "password": "",
        "password_failed_count": 6,
        "password_reuse_count": 6,
        "phone_authenticated": false,
        "phone_number": "010-1234-5678",
        "temporary_password": "",
        "tz_id": "Asia/Seoul",
        "user_id": "johndoe"
    }
}

5 - 1.0

patch /v1/users/{user_uuid}

Description

set a specific user

State ACTIVE (DEPRECATED)

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionNot Before
1.020260223

Parameters

TypeNameDescriptionSchemaDefault
pathuser_uuid
required
User ID
Example : 138c2fc8c29a449dbfa8681f8f1d78e2
stringNone
bodybody
required

UserSetRequest

Responses

HTTP CodeDescriptionSchema
200OKUserResponse
400Bad RequestNone
401UnauthorizedNone
403ForbiddenNone
404Not FoundNone

Example HTTP request

Request path

/v1/users/{user_uuid}

Request header

"Scp-Accesskey = 2sd2gg=2agbdSD26svcD",
"Scp-Signature = fsfsdf235f9U35sdgf35Xsf/qgsdgsdg326=sfsdr23rsef=",
"Scp-Timestamp = 1605290625682",
"Scp-ClientType = Openapi",
"Accept-Language = en-US",
"Scp-Api-Version = iam-identity-center 1.0"

Request body

{
    "business_unit": "Business Unit A",
    "department": "Department X",
    "description": "Description of John Doe",
    "email": "john.doe@example.com",
    "employee_id": "emp-12345",
    "instance_id": "ssoins-12345",
    "manager": "Alice Smith",
    "name": "John Doe",
    "nation_id": "+82",
    "phone_number": "010-1234-5678",
    "tz_id": "Asia/Seoul"
}

Example HTTP response

Response 200

{
    "user": {
        "business_unit": "Business Unit A",
        "created_at": "2024-05-17T00:23:17Z",
        "created_by": "90dddfc2b1e04edba54ba2b41539a9ac",
        "creator_name": "John Doe",
        "department": "Department X",
        "description": "Description of John Doe",
        "email": "john.doe@example.com",
        "email_authenticated": false,
        "employee_id": "emp-12345",
        "groups": [],
        "id": "138c2fc8c29a449dbfa8681f8f1d78e2",
        "instance_id": "ssoins-12345",
        "last_login_at": "2024-12-19 01:09:05.000",
        "last_password_update_at": "2026-05-07T03:07:32.372546",
        "manager": "Alice Smith",
        "modified_at": "2024-05-17T00:23:17Z",
        "modified_by": "90dddfc2b1e04edba54ba2b41539a9ac",
        "modifier_name": "Smith",
        "name": "John Doe",
        "nation_id": "+82",
        "password": "",
        "password_failed_count": 6,
        "password_reuse_count": 6,
        "phone_authenticated": false,
        "phone_number": "010-1234-5678",
        "temporary_password": "",
        "tz_id": "Asia/Seoul",
        "user_id": "johndoe"
    }
}