Skip to content

Commit

Permalink
Make role attribute optional on directorysync.models.User. (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatascastro12 authored Dec 11, 2024
1 parent d0f10c3 commit 5b64fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/workos/directorysync/models/User.kt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ open class User

@JvmField
@JsonProperty("role")
val role: DirectoryUserRole,
val role: DirectoryUserRole?,

@JvmField
@JsonProperty("custom_attributes")
Expand Down

0 comments on commit 5b64fed

Please sign in to comment.