Skip to content

Instantly share code, notes, and snippets.

@sapiens-sapide
Created February 16, 2018 14:29
Show Gist options
  • Save sapiens-sapide/077f69f1a0aade49b7e0f6b4d26854e6 to your computer and use it in GitHub Desktop.
Save sapiens-sapide/077f69f1a0aade49b7e0f6b4d26854e6 to your computer and use it in GitHub Desktop.
post new user
{
"username": "dave",
"password": "123456",
"recovery_email": "dave@tt.tt",
"settings": {
"default_locale": "fr",
"message_display_format": "rich_text",
"contact_display_format": "given_name, family_name",
"contact_display_order": "given_name",
"notification_enabled": true,
"notification_message_preview": "always",
"notification_sound_enabled": false,
"notification_delay_disappear": 10,
"notification_delay_disappear_unit": "s"
},
"device": {
"device_id": "0e055232-110d-4f73-b67a-ca2609c71075",
"ecdsa_key": {
"curve": "P-256",
"hash": "SHA256",
"x": "0x28f7e2",
"y": "0x30db8b"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment