Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
let name = ApiUserV1Name(firstName: "Jane", lastName: "Doe") let params = UpdateMeParameters(name: name) let response = try await StytchConsumer.user.update(params)
Updates the current user’s profile. Calls the PUT /sdk/v1/users/me endpoint. Requires an active session.
PUT /sdk/v1/users/me
Show properties