Sub Organization - User › Update User Password By Admin
Sub Organization - User
Update User Password By Admin Update User Password By Admin
Update User Password By Admin curl -- request PATCH \
-- url "https://auth.lambdatest.com/api/organization/sub-org/{sub_org_id}/users/{user_id}/password" \
-- header "Authorization: Basic <encoded-value>" \
-- header "Content-Type: application/json" \
-- data ' {
"confirm_password" : "ppoodeikj2" ,
"new_password" : "ppoodeikj2"
} '
{
"message" : "Password changed successfully" ,
"type" : "success"
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters sub_org_id integer required
Sub Organization ID
user_id integer required
Sub Org User ID
Response 200▼
application/json Update User Password By Admin
Update User Password By Admin curl -- request PATCH \
-- url "https://auth.lambdatest.com/api/organization/sub-org/{sub_org_id}/users/{user_id}/password" \
-- header "Authorization: Basic <encoded-value>" \
-- header "Content-Type: application/json" \
-- data ' {
"confirm_password" : "ppoodeikj2" ,
"new_password" : "ppoodeikj2"
} '
{
"message" : "Password changed successfully" ,
"type" : "success"
}