mysterious-processor-51766
04/05/2023, 1:01 PMPOST /admin/identities
endpoint:
{
credentials: {
oidc: {
config: {
config: {
hashed_password: '__password_hash__',
}
}
}
}
}
I’d expected to do the following to create a user with a password though:
{
credentials: {
password: {
config: {
hashed_password: '__password_hash__',
}
}
}
}