Garment.id
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
HomeCore APITenant API
Support CenterChangelog
HomeCore APITenant API
Support CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Tenant User
  • Authentication
    • Google OAuth Redirect
      GET
    • Google OAuth Callback
      GET
    • Register
      POST
    • Login
      POST
    • Refresh Token
      POST
    • Login with Google
      POST
    • Two Factor Challenge
      POST
    • Request Password Reset
      POST
    • Reset Password
      POST
    • Verify Email
      GET
    • Resend Verification Email
      POST
    • Select Tenant
      POST
    • Tenant Onboarding
      POST
    • Logout
      POST
    • Logout All
      POST
    • Me
      GET
  • Auth Activity
    • Auth Activities
      GET
    • Suspicious Activities
      GET
    • Tenant Auth Activities
      GET
    • User Security Activities
      GET
  • Master Data
    • Taxonomies
      GET
    • Create Taxonomy
      POST
    • Taxonomy Detail
      GET
    • Update Taxonomy
      PUT
    • Delete Taxonomy
      DELETE
    • Suppliers
      GET
    • Create Supplier
      POST
    • Supplier Detail
      GET
    • Update Supplier
      PUT
    • Delete Supplier
      DELETE
    • Customers
      GET
    • Create Customer
      POST
    • Customer Detail
      GET
    • Update Customer
      PUT
    • Delete Customer
      DELETE
    • Taxonomies
      GET
    • Create Taxonomy
      POST
    • Taxonomy Detail
      GET
    • Update Taxonomy
      PUT
    • Delete Taxonomy
      DELETE
    • Suppliers
      GET
    • Create Supplier
      POST
    • Supplier Detail
      GET
    • Update Supplier
      PUT
    • Delete Supplier
      DELETE
    • Customers
      GET
    • Create Customer
      POST
    • Customer Detail
      GET
    • Update Customer
      PUT
    • Delete Customer
      DELETE
  • Billing
    • Subscription
    • Subscription Entitlements
    • Change Subscription Plan
    • Cancel Subscription
    • Invoices
    • Invoice Detail
    • Billing Timeline
    • Subscription Addons
    • Create Subscription Addon
    • Deactivate Subscription Addon
    • Pause Subscription Addon
    • Resume Subscription Addon
    • Schedule Subscription Addon Cancel
    • Subscription
    • Subscription Entitlements
    • Change Subscription Plan
    • Cancel Subscription
    • Invoices
    • Invoice Detail
    • Billing Timeline
    • Subscription Addons
    • Create Subscription Addon
    • Deactivate Subscription Addon
    • Pause Subscription Addon
    • Resume Subscription Addon
    • Schedule Subscription Addon Cancel
  • Tenant Authz
    • Tenant Permissions
    • Tenant Roles
    • Create Tenant Role
    • Update Tenant Role
    • Delete Tenant Role
    • Tenant Permissions
    • Tenant Roles
    • Create Tenant Role
    • Update Tenant Role
    • Delete Tenant Role
  • Integrations
    • Integration Health Check
    • Integration Create Order
    • Integration Invite User
    • Integration Health Check
    • Integration Create Order
    • Integration Invite User
  • Tenant User
    • Tenant Users
      GET
    • Create Tenant User
      POST
    • Update Tenant User
      PUT
    • Tenant Users
      GET
    • Create Tenant User
      POST
    • Update Tenant User
      PUT
HomeCore APITenant API
Support CenterChangelog
HomeCore APITenant API
Support CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Tenant User

Update Tenant User

PUT
http://localhost/users/{userId}
Tenant User
Terakhir diubah:2026-03-03 23:01:15
OperationId:tenant.user.update
Update central user then sync to tenant membership mirror

Request

Otorisasi
Berikan token Bearer anda pada header
Authorization
ketika melakukan request ke resource yang dilindungi.
Contoh:
Authorization: Bearer ********************
Path Parameter

Body Parameterapplication/jsonWajib

Contoh

Response

🟢200
application/json
Body

request Contoh Request
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost/users/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
    "name": "string",
    "email": "user@example.com",
    "username": "string",
    "phone": "string",
    "password": "stringst",
    "membership_type": "employee",
    "is_active": true,
    "status": "active",
    "role_ids": [
        "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    ]
}'
response Contoh Response
"string"
Diubah pada 2026-03-03 23:01:15
Sebelumnya
Create Tenant User
Built with