azure-b2c-local-account-password-input
A B2C local-account password is a plaintext create/reset request field and is never returned.
Where it sits
| location | microsoft.graph.user.passwordProfile.password |
| location kind | secret_value |
| data kinds | credential password |
| emits edge | ContainsSecret |
| service | Azure AD B2C (azure:b2c) |
Collection recipe
| access mode | write_only_input |
| operation | POST /users or PATCH /users/{id} |
| response path | request.passwordProfile.password |
| encoding | json |
| params | {"id": "\u003cid\u003e"} |
Required permissions
References